home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 34 / CD Expert nº 34.iso / Kyodai Mahjonng / _SETUP.1 / kyodai3dx.exe / 0 / RCDATA / TFRMOPENSNDLIB / TFRMOPENSNDLIB.txt
Text File  |  1997-12-01  |  3KB  |  176 lines

  1. object frmOpenSndLib: TfrmOpenSndLib
  2.   Left = 241
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'Sound Library'
  6.   ClientHeight = 252
  7.   ClientWidth = 303
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnDestroy = FormDestroy
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 287
  21.     Height = 209
  22.     Shape = bsFrame
  23.   end
  24.   object Bevel2: TBevel
  25.     Left = 179
  26.     Top = 71
  27.     Width = 105
  28.     Height = 110
  29.   end
  30.   object btnOK: TButton
  31.     Left = 140
  32.     Top = 222
  33.     Width = 76
  34.     Height = 25
  35.     Caption = 'OK'
  36.     ModalResult = 1
  37.     TabOrder = 0
  38.   end
  39.   object btnCancel: TButton
  40.     Left = 219
  41.     Top = 222
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     Default = True
  47.     ModalResult = 2
  48.     TabOrder = 1
  49.   end
  50.   object btnLoad: TButton
  51.     Left = 180
  52.     Top = 14
  53.     Width = 104
  54.     Height = 25
  55.     Caption = '&Open...'
  56.     TabOrder = 2
  57.     OnClick = btnLoadClick
  58.   end
  59.   object IndexPanel: TPanel
  60.     Left = 180
  61.     Top = 72
  62.     Width = 103
  63.     Height = 18
  64.     Caption = 'Index: 0'
  65.     TabOrder = 3
  66.   end
  67.   object NamePanel: TPanel
  68.     Left = 180
  69.     Top = 90
  70.     Width = 103
  71.     Height = 18
  72.     Caption = 'Name: <None>'
  73.     TabOrder = 4
  74.   end
  75.   object SizePanel: TPanel
  76.     Left = 180
  77.     Top = 108
  78.     Width = 103
  79.     Height = 18
  80.     Caption = 'Size: 0'
  81.     TabOrder = 5
  82.   end
  83.   object FrequencyPanel: TPanel
  84.     Left = 180
  85.     Top = 126
  86.     Width = 103
  87.     Height = 18
  88.     Caption = 'Frequency: 0'
  89.     TabOrder = 6
  90.   end
  91.   object ListBox1: TListBox
  92.     Left = 12
  93.     Top = 12
  94.     Width = 157
  95.     Height = 169
  96.     ItemHeight = 13
  97.     TabOrder = 7
  98.     OnClick = ListBox1Click
  99.     OnDblClick = btnPlayClick
  100.   end
  101.   object ChannelsPanel: TPanel
  102.     Left = 180
  103.     Top = 144
  104.     Width = 103
  105.     Height = 18
  106.     Caption = 'Channels: 0'
  107.     TabOrder = 8
  108.   end
  109.   object BPSPanel: TPanel
  110.     Left = 180
  111.     Top = 162
  112.     Width = 103
  113.     Height = 18
  114.     Caption = 'BPS: 0'
  115.     TabOrder = 9
  116.   end
  117.   object btnPlay: TButton
  118.     Left = 12
  119.     Top = 186
  120.     Width = 75
  121.     Height = 25
  122.     Caption = '&Play'
  123.     Enabled = False
  124.     TabOrder = 10
  125.     OnClick = btnPlayClick
  126.   end
  127.   object btnStop: TButton
  128.     Left = 94
  129.     Top = 186
  130.     Width = 75
  131.     Height = 25
  132.     Caption = '&Stop'
  133.     Enabled = False
  134.     TabOrder = 11
  135.     OnClick = btnStopClick
  136.   end
  137.   object chkLoop: TCheckBox
  138.     Left = 180
  139.     Top = 189
  140.     Width = 97
  141.     Height = 17
  142.     Caption = '&Loop'
  143.     TabOrder = 12
  144.   end
  145.   object mnuSaveLibrary: TButton
  146.     Left = 180
  147.     Top = 40
  148.     Width = 104
  149.     Height = 25
  150.     Caption = '&Save Library...'
  151.     TabOrder = 13
  152.     OnClick = mnuSaveLibraryClick
  153.   end
  154.   object OpenDialog1: TOpenDialog
  155.     DefaultExt = 'IML'
  156.     FileEditStyle = fsEdit
  157.     Filter = 'Sound Library Files (*.SDL)|*.SDL|All Files (*.*)|*.*'
  158.     Options = [ofPathMustExist, ofFileMustExist]
  159.     Title = 'Open Sound Library'
  160.     Left = 14
  161.     Top = 222
  162.   end
  163.   object DGCAudio1: TDGCAudio
  164.     Left = 50
  165.     Top = 220
  166.   end
  167.   object SaveDialog1: TSaveDialog
  168.     DefaultExt = 'SDL'
  169.     FileEditStyle = fsEdit
  170.     Filter = 'Sound Library Files (*.SDL)|*.SDL|All Files (*.*)|*.*'
  171.     Title = 'Save Library'
  172.     Left = 84
  173.     Top = 224
  174.   end
  175. end
  176.